-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to polkadot 1.1.0 #1004
Conversation
orml-vesting = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" } | ||
orml-xcm-support = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" } | ||
orml-xtokens = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" } | ||
orml-tokens = { default-features = false, git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "upgrade-to-polkadot-v1.1.0" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Нам норм от Moonbeam зависеть?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR ещё не принят, но там всё в целом ок.
fp-rpc = { workspace = true } | ||
|
||
app-promotion-rpc = { workspace = true } | ||
fc-api.workspace = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Как-то не консистентно. В одних местах через { workspace = true }
, а в других .workspace = true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Какие-то вещи руками изменялись, какие-то cargo upgrade/cargo add трогал, какие-то через deppatcher патчились...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
По идее такое taplo должен уметь, но я не вижу у него опции этой.
Могу в deppatcher написать форматирование такого, по идее не сложно)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Сам я считаю что лучше = {workspace = true} делать, поскольку так проще новые поля добавлять
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))] | ||
#[derive( | ||
Encode, Decode, Debug, Clone, PartialEq, TypeInfo, MaxEncodedLen, Serialize, Deserialize, | ||
)] | ||
pub enum MetaUpdatePermission { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Судя по всему, мы могли бы это убрать, все миграции релеватные давно прошли
@CertainLach в основном только вопросы и пара nitpicks |
Co-authored-by: Daniel Shiposha <[email protected]>
Нода будет отдельным PRом |
No description provided.